From: Erik Bernhardson Date: Thu, 30 Jun 2016 18:58:35 +0000 (-0700) Subject: Correct two mistaken htmlform annotations X-Git-Tag: 1.31.0-rc.0~6476^2 X-Git-Url: http://git.cyclocoop.org/%28%5B%5E/404?a=commitdiff_plain;h=a572de85c308443acbc90ba166d2f47b640dab52;p=lhc%2Fweb%2Fwiklou.git Correct two mistaken htmlform annotations Change-Id: Ica807b656af0eb5a82ec0b1ec2d7894fd79a6639 --- diff --git a/includes/htmlform/HTMLSelectNamespaceWithButton.php b/includes/htmlform/HTMLSelectNamespaceWithButton.php index 24b15bd700..52259836df 100644 --- a/includes/htmlform/HTMLSelectNamespaceWithButton.php +++ b/includes/htmlform/HTMLSelectNamespaceWithButton.php @@ -3,7 +3,7 @@ * Creates a Html::namespaceSelector input field with a button assigned to the input field. */ class HTMLSelectNamespaceWithButton extends HTMLSelectNamespace { - /** @var HTMLFormClassWithButton $mClassWithButton */ + /** @var HTMLFormFieldWithButton $mClassWithButton */ protected $mClassWithButton = null; public function __construct( $info ) { diff --git a/includes/htmlform/HTMLTextFieldWithButton.php b/includes/htmlform/HTMLTextFieldWithButton.php index c6dac32270..7c1c6739e6 100644 --- a/includes/htmlform/HTMLTextFieldWithButton.php +++ b/includes/htmlform/HTMLTextFieldWithButton.php @@ -3,7 +3,7 @@ * Creates a text input field with a button assigned to the input field. */ class HTMLTextFieldWithButton extends HTMLTextField { - /** @var HTMLFormClassWithButton $mClassWithButton */ + /** @var HTMLFormFieldWithButton $mClassWithButton */ protected $mClassWithButton = null; public function __construct( $info ) {